home *** CD-ROM | disk | FTP | other *** search
-
-
-
- iiiillllCCCCoooonnnnffffiiiigggg((((3333)))) IIIImmmmaaaaggggeeeeVVVViiiissssiiiioooonnnn LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll iiiillllCCCCoooonnnnffffiiiigggg((((3333))))
-
-
-
- NNNNAAAAMMMMEEEE
- iiiillllCCCCoooonnnnffffiiiigggg - class for pixel abstraction
-
- IIIINNNNHHHHEEEERRRRIIIITTTTSSSS FFFFRRRROOOOMMMM
- iflConfig
-
- HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
- #include <il/ilCdefs.h>
-
- CCCCLLLLAAAASSSSSSSS DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _i_l_C_o_n_f_i_g class describes the configuration of pixel data. It is used
- in _i_l_I_m_a_g_e functions such as iiiillllGGGGeeeettttTTTTiiiilllleeee(((()))) and iiiillllSSSSeeeettttTTTTiiiilllleeee(((()))) to define the
- configuration of the user's data buffer. You can also use an _i_l_C_o_n_f_i_g
- object when constructing an _i_l_S_u_b_I_m_g. In this case, the _i_l_C_o_n_f_i_g maps
- the configuration of the input image to that of the subimage.
-
- The _i_l_C_o_n_f_i_g class inherits most of its functionality from the _i_f_l_C_o_n_f_i_g
- class.
-
- CCCCLLLLAAAASSSSSSSS MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN SSSSUUUUMMMMMMMMAAAARRRRYYYY
- CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrr
-
- ilConfigImage(ilImage* img)
- ilConfigCreate(ilType type, iflOrder order, int nchan,
- int *chanList, int chanOff, iflOrientation spc)
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNNSSSS
- iiiillllCCCCoooonnnnffffiiiigggg(((())))
-
- ilConfig *ilConfigImage(ilImage* img)
- ilConfig *ilConfigCreate(ilType type, iflOrder order, int nchan,
- int *chanList, int chanOff, iflOrientation spc)
-
-
- The first constructor creates an _i_l_C_o_n_f_i_g that spans the entire
- input image in all dimensions, using the image's orientation, type,
- and order. The second constructor creates an ilConfig with data
- type, _t_y_p_e; data ordering, _o_r_d_e_r; and channel list specified by
- _c_h_a_n_L_i_s_t of _n_c channels. If _c_h_a_n_L_i_s_t is omitted, all _n_c channels
- are used in ascending order. Optionally, the coordinate space is
- set to _s_p_c. If omitted, the coordinate space matches that of the
- image being accessed.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- ilImage, ilSubImg, iflConfig
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-